Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | const _ = require('lodash'); |
||
23 | const initialCallCount = runtime.onMessage.addListener.callCount; |
||
24 | |||
25 | // eslint-disable-next-line |
||
26 | require(path.join(projectRoot, 'source', 'js', 'events')); |
||
27 | |||
28 | expect(runtime.onMessage.addListener.callCount).to.be.greaterThan(initialCallCount); |
||
29 | }); |
||
30 | }); |
||
31 | }); |
||
32 |